var net.threadLimit
4 uses
	net (current package)
		net.go#L800: var threadLimit chan struct{}
		net.go#L806: 		threadLimit = make(chan struct{}, concurrentThreadsLimit())
		net.go#L809: 	case threadLimit <- struct{}{}:
		net.go#L817: 	<-threadLimit
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)